Data Services Developer's Guide : Recognize When Something is Wrong
This page last changed on Jan 09, 2008 by tkatz.
eDocs Home > BEA AquaLogic Data Services Platform 3.0 Documentation > Data Services Developer's Guide
|
Reason | Meaning | Solution |
---|---|---|
A non-unique join | A join in the primary read function is non-unique, possibly causing duplicate values in the result. |
Handle Non-Unique Joins |
Once you enable the update block, you will likely see:
When you see disabled procedure icons, check the update blocks on the left. The procedure icons in the return type on the right naturally result from those on the left.
In general, the status indicators for update map procedures are:
If you want to correct an update map before run time, a red or yellow status indicator on the left can have any of the following meanings. If you mouse over the
Status | Type of Procedure | Meaning | Solution |
---|---|---|---|
Red | Create, Update, Delete |
The data service does not have a primary procedure of that type. |
Create a primary procedure (Overview tab, right-click, Add Update Map Procedures, select Primary) |
Red | Update, Delete |
The data service does not have a key. |
Create Logical Data Service Keys |
Red | Create | The update block has missing mappings or mappings of the wrong data type | Understand Mappings with Different Data Types Handle Unmapped Required Values |
Red | Create | The return type contains non-element or non-attribute XML items that are not allowed. | Handle an Unsupported Node Constructor Error |
Red |
Create, Update, Delete |
The update block references a variable from another disabled update block. | Right-click the disabled block, and choose Enable. See any topics in See Also. |
Red |
Update, Delete | The data service has a key, but one or more key fields have missing mappings, mappings of the wrong data type, or mappings to invalid items in the return type. | Handle Unmapped Required Values |
Yellow |
Update, Delete | The update block has missing mappings, mappings of the wrong data type, or mappings to invalid items in the return type. |
Understand Mappings with Different Data Types Handle Unmapped Required Values |
Contact BEA | Feedback | Privacy | (c) 2008 BEA Systems
![]() |
Document generated by Confluence on Jan 15, 2008 11:02 |